home *** CD-ROM | disk | FTP | other *** search
- object WebUpdate: TWebUpdate
- Left = 192
- Top = 107
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Web Update'
- ClientHeight = 204
- ClientWidth = 507
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object edtMessages: TMemo
- Left = 8
- Top = 8
- Width = 489
- Height = 137
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object ProgressBar: TProgressBar
- Left = 8
- Top = 152
- Width = 489
- Height = 16
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 1
- end
- object btnUpdate: TBitBtn
- Left = 344
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Update'
- TabOrder = 2
- OnClick = btnUpdateClick
- end
- object btnClose: TBitBtn
- Left = 424
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 3
- OnClick = btnCloseClick
- end
- object btnConfigure: TBitBtn
- Left = 8
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Configure'
- TabOrder = 4
- OnClick = btnConfigureClick
- end
- object btnCancel: TBitBtn
- Left = 424
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 5
- Visible = False
- OnClick = btnCancelClick
- end
- end
-